Adds the elements of the specified collection to the end of the IndexedCollection<(Of <(<'T>)>)>
Namespace:
C1.LiveLinq.CollectionsAssembly: C1.LiveLinq (in C1.LiveLinq.dll)
Syntax
C# |
---|
public void AddRange( IEnumerable<T> items ) |
Visual Basic |
---|
Public Sub AddRange ( _ items As IEnumerable(Of T) _ ) |
Parameters
- items
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>
The collection whose elements should be added to the end of the IndexedCollection<(Of <(<'T>)>)>